home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2005 October / PCWOCT05.iso / Software / FromTheMag / XAMPP 1.4.14 / xampp-win32-1.4.14-installer.exe / xampp / MercuryMail / MERCURY / lists.smp < prev    next >
Text File  |  2004-08-09  |  6KB  |  108 lines

  1. ;
  2. ;  Sample "List of lists" for Mercury/32.
  3. ;  Copyright (c) 1993-98 David Harris, all rights reserved.
  4. ;
  5. ;  The "List of lists" contains definitions for every mailing list
  6. ;  serviced by the running copy of Mercury.
  7. ;
  8. ;  Each list definition begins with the short name of the list which
  9. ;  must be on a line of its own flush against the left margin:
  10. ;  subsequent lines, which define fields in the list definition, must
  11. ;  be indented using at least one space.
  12. ;
  13. ;  The following keywords can be used when defining a list (M/O indicates
  14. ;  whether the field is MANDATORY or OPTIONAL).
  15. ;
  16. ;  Keyword        M/O  Description
  17. ;  ------------------------------------------------------------------
  18. ;  FILE            M   The filename which contains the list members
  19. ;  TITLE           O   Descriptive text added to the list address
  20. ;  MODERATOR       O   List maintainer/owner's address (may be used multiply)
  21. ;  MODERATED       O   If Y, only list moderators may post to the list
  22. ;  PUBLIC          O   If N, only list moderators may add members to the list
  23. ;                      (using the Maiser "add" and "remove" commands).
  24. ;  WELCOME         O   Name of a text file to mail to new subscribers
  25. ;  FAREWELL        O   Name of a text file to mail when a member unsubscribes
  26. ;  ENUMERATE       O   If N, Maiser will not supply the list membership
  27. ;  REPLY_TO_LIST   O   If Y, messages with no REPLY-TO field will have one
  28. ;                      added which points to the list itself.
  29. ;  RESTRICTED      O   If Y, only members may post to the list
  30. ;  FANOUT          O   Number of jobs to create when exploding the list
  31. ;  ANONYMOUS       O   If Y, originator information will be suppressed on
  32. ;                      mail sent to the list; if T (totally anonymous),
  33. ;                      then the Mercury log entry will also be suppressed.
  34. ;  ERRORS_TO       O   Optional address to specify in the message envelope
  35. ;                      (kosher RFC821/1123-compliant mail systems will send
  36. ;                      errors associated with the message to this address).
  37. ;  LIMIT           O   Maximum number of subscribers for this list.
  38. ;  ARCHIVE         O   Name of a file into which to archive messages sent to
  39. ;                      the list. You can use the following special sequences
  40. ;                      in the filename:
  41. ;                         ~Y   Year (2 digits)
  42. ;                         ~M   Month (1 or 2 digits)
  43. ;                         ~D   Day (1 or 2 digits)
  44. ;                         ~W   Current week in the year.
  45. ;  DIGEST_NAME     O   Name of the temporary file Mercury should use to
  46. ;                      store digest information. If this keyword is absent,
  47. ;                      the list will not support digests. The filename must
  48. ;                      NOT have a path - it will be created in the location
  49. ;                      pointed to by the "scratch" keyword in the [Mercury]
  50. ;                      section of MERCURY.INI.
  51. ;  DIGEST_MAXSIZE  O   Maximum size for a digest in bytes. Once a digest
  52. ;                      exceeds this size it will be sent immediately. The
  53. ;                      default is 32MB (ie, no practical limit).
  54. ;  DIGEST_MAXWAIT  O   How often digests should be sent out in whole hours.
  55. ;                      The default is 24 hours, which results in digests
  56. ;                      being sent once each day.
  57. ;  DIGEST_DEFAULT  O   Y or N: if 'Y', then new subscribers to the list will
  58. ;                      automatically be added in digest mode.
  59. ;  LIST_SIGNATURE  O   Filename; if present, represents a text fragment
  60. ;                      that should be added automatically to all mail
  61. ;                      distributed to the list.
  62. ;  LIST_HELP       O   URL added to outgoing messages; where subscribers
  63. ;                      can get assistance with subscription matters.
  64. ;  LIST_HEADERS    O   Y or N, default N: if Y, Mercury will add specially-
  65. ;                      formatted headers allowing automated subscription and
  66. ;                      unsubscription from the list (Y is recommended).
  67. ;  CONCEALED       O   Y or N; if Y, the Maiser LIST command will not
  68. ;                      report this list.
  69. ;  MAXIMUM_SIZE    O   Integer - messages larger than this number of
  70. ;                      bytes may not be distributed to the list. 0 means
  71. ;                      "no limit".
  72. ;
  73. ;  For technocrats, there is also the TITLE_IS_ADDRESS keyword; if present
  74. ;  and set to Y, this tells Mercury that the TITLE field contains a full,
  75. ;  legal, domain-extended RFC822 address and forces it to suppress its
  76. ;  usual address formation rules for the list. This is the ONLY way to
  77. ;  control the actual list address Mercury will print in mail sent to the
  78. ;  list and should be used with extreme care, since invalid addresses can
  79. ;  cause mail storms.
  80. ;
  81.  
  82. winpmail
  83.    File:          sys:system/mercury/winpmail.lis
  84.    Title:         WinPMail testers list
  85.    Moderator:     D.Harris@pmail.gen.nz
  86.    Moderated:     N
  87.    Fanout:        6
  88.    Public:        N
  89.    Archive:       sys:system/mercury/winpm~m.arc
  90.  
  91. test-l
  92.    File:             sys:system/mercury/testl.lis
  93.    Title:            ""Test List" <test-l@pmail.gen.nz>"
  94.    Title_is_address: Y
  95.    Welcome:          sys:system/mercury/testlw.txt
  96.    Farewell:         sys:system/mercury/testlf.txt
  97.    Moderator:        D.Harris@pmail.gen.nz
  98.    Moderated:        N
  99.    Restricted:       N
  100.    Errors_to:        david@parnassus.pmail.gen.nz
  101.    Reply_to_list:    Y
  102.    Anonymous:        T
  103.    Public:           N
  104.    Digest_name:      TESTL.DIG
  105.    Digest_maxsize:   1
  106.    Archive:          sys:system/mercury/tt~m~y~w.arc
  107.  
  108.